Don't permit C-x 8 RET &c in isearch.el to contaminate search string
authorPo Lu <luangruo@yahoo.com>
Sun, 5 May 2024 01:49:09 +0000 (09:49 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 5 May 2024 01:49:09 +0000 (09:49 +0800)
commite0993f5169ebf761d520b2e23630a3de7d13ccb3
tree9d6caad136de5b0b1507f5282e33cdf423f903b8
parent129312aa12c2f9c2cc44fcbdecb6b6a45b7588f4
Don't permit C-x 8 RET &c in isearch.el to contaminate search string

* lisp/isearch.el (isearch-char-by-name, isearch-emoji-by-name):
Concatenate new character to the query string saved by
with-isearch-suspended, not the current string, which might have
been modified by recursive I-search sessions within
completing-read.
lisp/isearch.el